home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
013
/
fmt.arc
/
FMT.BAT
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1984-10-31
|
256 b
|
10 lines
echo off
cls
echo Formatting Drive B:......
format b: <input >nul
cls
echo Formatting Drive A:......
format a: <input >nul
echo off
fmt